(isearch-lazy-highlight-initial-delay): Set default
authorGerd Moellmann <gerd@gnu.org>
Mon, 22 Jan 2001 10:19:34 +0000 (10:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 22 Jan 2001 10:19:34 +0000 (10:19 +0000)
to 0.25.

lisp/isearch.el

index e1903367baedc22ea4c1f9af83b6bf86d4284655..59c93a4fe92149f8233e30662c050a117ea0a849 100644 (file)
@@ -1842,7 +1842,7 @@ If this is nil, extra highlighting can be \"manually\" removed with
   :type 'boolean
   :group 'isearch-lazy-highlight)
 
-(defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25
+(defcustom isearch-lazy-highlight-initial-delay 0.25
   "*Seconds to wait before beginning to lazily highlight all matches."
   :type 'number
   :group 'isearch-lazy-highlight)